home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Scanner / Scan.0.91 / Source / Makefile < prev    next >
Makefile  |  1996-02-03  |  1KB  |  53 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = scan
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = scan.tiff
  16. LOCAL_RESOURCES = savePanelView.nib scan.nib scanDisplay.nib
  17.  
  18. CLASSES = DisplayControl.m mycontentView.m ScanDisplay.m scanView.m\
  19.           scan_control.m
  20.  
  21. HFILES = DisplayControl.h mycontentView.h ScanDisplay.h\
  22.          scannerProtocol.h scanView.h scan_control.h
  23.  
  24. MFILES = scan_main.m
  25.  
  26. BUNDLES = UMAX.bproj
  27.  
  28. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  29.  
  30.  
  31. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  32. MAKEFILE = app.make
  33. INSTALLDIR = $(HOME)/Apps
  34. INSTALLFLAGS = -c -s -m 755
  35. SOURCEMODE = 444
  36.  
  37. ICONSECTIONS =    -sectcreate __ICON app scan.tiff
  38.  
  39. LIBS = -lMedia_s -lNeXT_s
  40. DEBUG_LIBS = $(LIBS)
  41. PROF_LIBS = $(LIBS)
  42.  
  43.  
  44.  
  45.  
  46. -include Makefile.preamble
  47.  
  48. include $(MAKEFILEDIR)/$(MAKEFILE)
  49.  
  50. -include Makefile.postamble
  51.  
  52. -include Makefile.dependencies
  53.